773082dbb24d14eef38f48ac21a4851919eb41f7,portal-impl/src/com/liferay/portlet/journal/lar/JournalPortletDataHandlerImpl.java,JournalPortletDataHandlerImpl,importStructure,#PortletDataContext#Element#,1744

Before Change


					JournalStructureLocalServiceUtil.addStructure(
						userId, portletDataContext.getScopeGroupId(),
						structureId, autoStructureId,
						structure.getParentStructureId(), structure.getName(),
						structure.getDescription(), structure.getXsd(),
						serviceContext);
			}

After Change


			(Map<String, String>)portletDataContext.getNewPrimaryKeysMap(
				JournalStructure.class);

		String parentStructureId = structure.getParentStructureId();

		String newParentStructureId = structureIds.get(parentStructureId);